home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earkit / mail / thor / thor25_arexx.lha / MailtoScripts / IBMailToThor.readme < prev    next >
Text File  |  1997-08-27  |  2KB  |  71 lines

  1.  
  2.         IBMailTo.thor v1.2 (21/08/97) John S. Burger
  3.                  <jsburger@xmission.com>
  4.  
  5. This script borrows heavily from AwebMailTo.thor by Shaun Downend.
  6.                   <shaund@amiganut.demon.co.uk>
  7.                         Thanks Shaun!!!
  8.  
  9. This script is designed for use with IBrowse's external mailto: support.
  10. It will take the email address supplied by IBrowse and start the text
  11. editor of your choice and automatically fill in the To: field. In V1.2 you
  12. now have the ability to use Thor's internal editor, FSE. However, to use
  13. FSE, Thor must be running. When you have finished you save the message and 
  14. it will appear as an event in Thor.
  15.  
  16. Note: THOR does not have to be running for this script to work unless you
  17. are using Thor's internal editor, FSE.
  18.  
  19. Configuration in this script:-
  20.  
  21.  
  22. MailSystem
  23.  
  24. This is the name of your TCP system in THOR.
  25.  
  26.  
  27. MailConfName
  28.  
  29. This is the name of your email conference in THOR, normally "EMail".
  30.  
  31.  
  32. AddSignature
  33.  
  34. Setting AddSignature to 'Y' will make IBMailTo.thor read your conference/
  35. BBS/global signature settings in that order and add that signature to your
  36. mail or you can have an external signature. If you use the $time or $ver
  37. variables in your Thor Signature they will not substitute even if Thor is
  38. running. In that case create another signature file without the variables
  39. and use the external 'E' signature option.
  40.  
  41.  
  42. SigFile
  43.  
  44. The file name with path for a signature file used with the 'E' option above.
  45.  
  46.  
  47. SendEvent
  48.  
  49. Setting SendEvent to 'Y' will send the mail immediately provided you are
  50. on line. Please note that ALL pending events in Thor will be sent not
  51. only the mail you just wrote. If SendEvent is set to 'N' the mail will not
  52. be sent automatically.
  53.  
  54.  
  55. Editor
  56.  
  57. Set Editor to the text editor of your choice. It must have a sticky option,
  58. in other words not detach itself. You can also use Thor's internal editor,
  59. FSE. To use FSE Thor must be configured to use the internal editor and Thor
  60. must be running. Set Editor = 'FSE' in this script.
  61.  
  62.  
  63. Configuration in IBrowse:-
  64.  
  65. Go to the Network preferences page, Email & Telnet tab in IBrowse. Set both
  66. Mailto and Sendmail to External. In the Mailto command string gadget enter
  67. "Your:Path/IBMailTo.thor %h". Sending a mailto: with IBrowse should now
  68. produce an EnterMsg event in THOR.
  69.  
  70.  
  71.